Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Interface IWorkbenchPageCommandSupport


public interface IWorkbenchPageCommandSupport

An instance of this interface provides support for managing commands at the IWorkbenchPage level.

This interface is not intended to be extended or implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
IWorkbenchPage#getAdaptable

Method Summary
 ICompoundCommandHandlerService getCompoundCommandHandlerService()
          Returns the compound command handler service for the workbench page.
 

Method Detail

getCompoundCommandHandlerService

public ICompoundCommandHandlerService getCompoundCommandHandlerService()
Returns the compound command handler service for the workbench page.

Returns:
the compound command handler service for the workbench page. Guaranteed not to be null.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.